head(cards)
head(tarot)
head(roulette)
# drawing 5 cards
sample(do.call(paste, cards), 5)
# spin the wheel
sample(do.call(paste, roulette), 1)
# simulate the evening in Las Vegas
sample(do.call(paste, roulette), 32, replace=TRUE)
Run the code above in your browser using DataLab